Whitespace changes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 2002 22:05:50 +0000 (22:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 26 Sep 2002 22:05:50 +0000 (22:05 +0000)
src/macterm.c

index dc8e516983ec916d7839b41deba6d10b17c0475b..705b3ec537c6f0129eb387df2ec73631e26cea03 100644 (file)
@@ -12154,7 +12154,8 @@ init_required_apple_events ()
 
 #if USE_CARBON_EVENTS
 
-void init_service_handler()
+void
+init_service_handler ()
 {
   EventTypeSpec specs[] = {{kEventClassService, kEventServiceGetTypes},
                           {kEventClassService, kEventServiceCopy},
@@ -12166,8 +12167,9 @@ void init_service_handler()
 /*
    MAC_TODO: Check to see if this is called by AEProcessDesc...
  */
-OSStatus mac_handle_service_event (EventHandlerCallRef callRef,
-                                  EventRef event, void *data)
+OSStatus
+mac_handle_service_event (EventHandlerCallRef callRef,
+                         EventRef event, void *data)
 {
   OSStatus err = noErr; 
   switch (GetEventKind (event))
@@ -12343,8 +12345,9 @@ descriptor_error_exit:
 }
 
 
-static pascal OSErr mac_do_receive_drag (WindowPtr window, void *handlerRefCon,
-                                        DragReference theDrag)
+static pascal OSErr
+mac_do_receive_drag (WindowPtr window, void *handlerRefCon,
+                    DragReference theDrag)
 {
   short items;
   short index;